MarkSettings Methods
An object defining methods for the MarkSettings class.
GetDifferences(otherObj)
Compares the current instance with another mark settings and returns the differences.
Parameters:
otherObj (required): object
The object to compare with.
Returns:
Type: Dictionary<string, object>
A dictionary of differences between the current instance and the other mark settings.
This is a sync method. Method runs synchronously.